home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / python-zope.interface / README.txt < prev   
Text File  |  2009-06-30  |  516b  |  10 lines

  1. *This package is intended to be independently reusable in any Python
  2. project. It is maintained by the* `Zope Toolkit project <http://docs.zope.org/zopetoolkit/>`_.
  3.  
  4. This package provides an implementation of `object interfaces` for Python.
  5. Interfaces are a mechanism for labeling objects as conforming to a given
  6. API or contract. So, this package can be considered as implementation of
  7. the `Design By Contract`_ methodology support in Python.
  8.  
  9. .. _Design By Contract: http://en.wikipedia.org/wiki/Design_by_contract
  10.